Document that the end points are included in the range. (#69783, Jeffrey
authorOwen Taylor <otaylor@redhat.com>
Wed, 30 Jan 2002 01:58:01 +0000 (01:58 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 30 Jan 2002 01:58:01 +0000 (01:58 +0000)
Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
        that the end points are included in the range. (#69783,
        Jeffrey Baker)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkhscale.c
gtk/gtkmenushell.c
gtk/gtkvscale.c

index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 9998d108703f26a9367bb77d2b194ab9aab36444..20f30435da4199eb37038df4e078f5d49ecf4761 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
+       that the end points are included in the range. (#69783,
+       Jeffrey Baker)
+
 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkscale.[ch]: Revert the last changes to make the
index 8e0984c9222994cf0f0cfbca9ce846f8561d8102..537217bcb78f944828abc2aead90e52f8ab7f1a6 100644 (file)
@@ -110,10 +110,10 @@ gtk_hscale_new (GtkAdjustment *adjustment)
  * @max: maximum value
  * @step: step increment (tick size) used with keyboard shortcuts
  * 
- * Creates a new horizontal scale widget that lets the user
- * input a number between @min and @max with the increment @step.
- * @step must be nonzero; it's the distance the slider moves when
- * using the arrow keys to adjust the scale value.
+ * Creates a new horizontal scale widget that lets the user input a
+ * number between @min and @max (including @min and @max) with the
+ * increment @step.  @step must be nonzero; it's the distance the
+ * slider moves when using the arrow keys to adjust the scale value.
  * 
  * Return value: a new #GtkHScale
  **/
index dbb6a5f898e8f8ac58fc182414ed5cf73872faf6..a09c22261330a1d3f56366e4d58e6feb37929e5d 100644 (file)
@@ -24,6 +24,8 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#define GTK_MENU_INTERNALS
+
 #include "gdk/gdkkeysyms.h"
 #include "gtkbindings.h"
 #include "gtkmain.h"
@@ -35,8 +37,6 @@
 
 #define MENU_SHELL_TIMEOUT   500
 
-#define GTK_MENU_INTERNALS
-
 enum {
   DEACTIVATE,
   SELECTION_DONE,
index 64231ef63c9acd518fec5832f1d0f1231abd4c06..775f67023692227c566d4c51630c067489f21c62 100644 (file)
@@ -112,10 +112,10 @@ gtk_vscale_new (GtkAdjustment *adjustment)
  * @max: maximum value
  * @step: step increment (tick size) used with keyboard shortcuts
  * 
- * Creates a new vertical scale widget that lets the user
- * input a number between @min and @max with the increment @step.
- * @step must be nonzero; it's the distance the slider moves when
- * using the arrow keys to adjust the scale value.
+ * Creates a new vertical scale widget that lets the user input a
+ * number between @min and @max (including @min and @max) with the
+ * increment @step.  @step must be nonzero; it's the distance the
+ * slider moves when using the arrow keys to adjust the scale value.
  * 
  * Return value: a new #GtkVScale
  **/